Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call callbacks immediately from DOM event handler #302

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eldargab
Copy link

@eldargab eldargab commented Jan 2, 2020

Closes #298

@wojtekmaj wojtekmaj force-pushed the main branch 5 times, most recently from 523cf83 to 290738e Compare August 26, 2021 12:46
@wojtekmaj wojtekmaj force-pushed the main branch 3 times, most recently from 12b3d6b to 398685c Compare January 29, 2022 20:18
@wojtekmaj wojtekmaj changed the title call callbacks immediately from DOM event handler Call callbacks immediately from DOM event handler Mar 21, 2022
@wojtekmaj wojtekmaj force-pushed the main branch 3 times, most recently from cf41d22 to 8648f43 Compare September 8, 2022 12:55
@wojtekmaj wojtekmaj force-pushed the main branch 6 times, most recently from 74ca107 to fca6887 Compare October 24, 2022 15:40
@wojtekmaj wojtekmaj force-pushed the main branch 3 times, most recently from 0ed5255 to 5a3d1e6 Compare November 7, 2022 13:05
@wojtekmaj wojtekmaj force-pushed the main branch 2 times, most recently from edb305d to 9055272 Compare March 1, 2023 14:45
@wojtekmaj wojtekmaj force-pushed the main branch 2 times, most recently from cef9c7c to cd7ef12 Compare March 2, 2023 08:38
@wojtekmaj wojtekmaj force-pushed the main branch 3 times, most recently from 0f9c665 to 88f5da5 Compare April 5, 2023 09:49
@wojtekmaj wojtekmaj force-pushed the main branch 3 times, most recently from 1f10b65 to 0c5a8da Compare July 27, 2023 21:19
@wojtekmaj wojtekmaj force-pushed the main branch 2 times, most recently from d6fcc20 to da505dd Compare October 23, 2023 10:19
@wojtekmaj wojtekmaj force-pushed the main branch 2 times, most recently from 3407450 to 7fc3da6 Compare December 20, 2023 09:09
@wojtekmaj wojtekmaj force-pushed the main branch 3 times, most recently from 9045b27 to 22f61e6 Compare April 29, 2024 09:46
@wojtekmaj wojtekmaj force-pushed the main branch 2 times, most recently from dc4fd25 to a8c5ad5 Compare July 9, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't call callbacks from this.setState() to avoid double rendering
1 participant